Shoes
{% if products.length > 1 %}{{ products.length }} results{% endif %}
- New Balance x Kawhi 4 Basketball Shoes - White/Black
- New Balance x Kawhi 1010 Shoes - White/Black
- New Balance x Kawhi 480 Shoes - White/Black
- IPath Cats Shoes - Tan
- IPath Cats Shoes - Black
- IPath Cats Shoes - Brown
- IPath Cricket Shoes - Natural
- DC JS-1 Shoes - White/Blue
- IPath Grasshopper Shoes - Rasta
- IPath Grasshopper Shoes - White
- IPath Grasshopper Shoes - Black
- IPath Grasshopper Shoes - Navy/White
- IPath Grasshopper Shoes - Black Rasta
- IPath Grasshopper Shoes - Tan Hemp
- IPath Cricket Shoes - Black
- IPath Reed Mid Vulk Shoes - Black Rasta
- IPath 1985 Shoes - Black
- IPath 1985 Shoes - White
- Emerica Romero Skater Shoes - Black/White/Gold
- Converse One Star Pro Ox Shoes - Night Indigo/White/Black
- Lakai Newport Shoes - Burgundy Suede
- eS Two Nine 8 Shoes - Black
- Lakai Riley 3 High Shoes - Grey Suede
- Etnies x Santa Cruz Marana Shoes - Black/Gum
- New Balance 2002R Shoes - Navy/True Red/Sea Salt
- Etnies x Santa Cruz Windrow Shoes - Black/Red/Black
- Etnies x Santa Cruz Marana Shoes - Dark Grey/Black
- Osiris D3 2001 Shoes - Black/Orange/Black
- Etnies Marana Shoes - Blacktop Wash
- Osiris D3 Og Shoes - Tan/Tan/Black
- Etnies Josl1n Shoes - Green/White/Gum
- Osiris Nyc 83 Clk Shoes - Red/Black/Black
- Osiris Clone Shoes - White/Black/Red
- Adidas Nora Shoes - Black/Green/White
- Adidas Busenitz Vulc II Shoes - Sky Blue/Cloud White/Gold Metallic
- Converse Chuck 70 Hi Leather Shoes - Warm Tan/Black/Egret
- New Balance 306 Foy Shoes - Vintage Indigo/Brown
- Vans Mixxa Shoes - Navy/Grey
- Converse One Star Pro Shoes - Barely Grey/Astrodust/Egret
- Vans Zahba Shoes - Athletic White/Multi
- Vans Skate Authentic Mid Shoes - Blackout
- Vans Ultrarange Neo VR3 Shoes - Gray Mist
- Reebok Club C 85 Vintage Shoes - White/Chalk/Vector Red
- Vans Skate Sport Shoes - Leather Vintage White
- Vans Skate Sport Shoes - Black/Black/White
- Reebok Phase Court Shoes - Chalk/Alabaster/Grey
- Reebok Preseason 94 Low Shoes - Ash/Grey/Night Black
- Lakai Griffin Shoes - Chocolate Suede
- Converse Fastbreak Pro Mid Shoes - Light Field Surplus/Red/Egret
- Converse Chuck 70 Hi Jungle Cloth Overlay Shoes - Papyrus/Papyrus/Egret
- Converse Chuck Taylor All Star Pro Hi Shoes - Bloodstone/Egret/Dark Matter
- Reebok BB 4000 II Mid Shoes - Black/Grey/Chalk
- Converse One Star Academy Pro Shoes - White/Red/Blue
- Reebok Club C Grounds UK Shoes - Kinetic Blue/Astro Lime/Vintage Chalk
- Lakai Wilkins Shoes - White Suede
- Vans Crosspath Mid Shoes - Black/White
- Lakai Manchester Shoes - White/White Leather
- Lakai Griffin Shoes - Olive Suede
- Lakai Flaco II Shoes - Tan Suede
- Lakai Youth Griffin Shoes - Chocolate Suede
{% for product in loader.activeProducts %}
{% for banner in collectionBanners %}
{% if Filters.native.size > 0 and banner.sub == false %}{% continue %}{% endif %}
{% if banner.position == product.position %}
{% endif %}
{% endfor %}
{% endfor %}
{% assign display_wishlist = true %}
{% for tag in Wishlist.data.exclusions %}
{% if product.tags contains tag %}
{% assign display_wishlist = false %}
{% endif %}
{% endfor %}
{% if product == blank %}
{% assign product = Product %}
{% endif %}
{% if display_wishlist %}
{%- if wishlist == blank -%}
{% assign wishlist = Wishlist.data.items | map: 'handle' %}
{% if wishlist[0] == null %}
{% assign wishlist = data.items | map: 'handle' %}
{% endif %}
{%- endif -%}
{%- assign p_title = product.title | replace: '"', '”' -%}
{%- capture wishlist_add -%}
event.preventDefault();
Wishlist.add({
handle: '{{ product.handle }}',
type: '{{ product.type | escpae }}',
image: '{{ product.featured_image }}',
{%- if variant -%}variant: {{ variant.id | json }},{%- endif -%}
title: `{{ p_title }}`
});
[this, _n.sibling(this, '.wishlist__button')].forEach(function(button) { button.classList.toggle('dn')});
{%- endcapture -%}
{% endif %}
{%- if product.member_exclusive contains 'coming_soon' or product.member_exclusive contains 'member_active' -%}
{%- assign year = product.member_end | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_end | remove: year -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign year = product.member_start | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_start | remove: year -%}
{%- endif -%}
{%- capture member_active_text -%}CCS+ Exclusive through {{ date }}{%- endcapture -%}
{%- capture coming_soon_text -%}CCS+ Exclusive starting {{ date }}{%- endcapture -%}
{%- assign member_text = member_active_text -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign member_text = coming_soon_text -%}
{%- endif -%}
{{ year }}
{{ date }}
{{ member_text }}
{%- endif -%}
{% assign crop = 'crop_height=64&crop_left=430&crop_top=472&crop_width=64' %}
{% if 'Skateboard Deck, Skateboard Complete' contains product.type %}
{% assign crop = 'crop_height=64&crop_left=230&crop_top=472&crop_width=64' %}
{% endif %}
{% for badge in productBadges %}
{% if product.tags contains badge.tag and badge.tag != 'more-colors' %}
{% if product.reviews %}
{% assign to_half = product.reviews.rating | round:1 | divided_by: 0.5 | round | times: 0.50 %}
{{ badge.collection_badge }}
{% endif %}
{% endfor %}
{%- assign option_value_data = '' -%}
{%- for option in product.options_with_values -%}
{%- if option.name == 'Title' %}{%- continue -%}{%- endif -%}
{%- unless siblingRange[product.type] contains option.name -%}{%- continue -%}{%- endunless -%}
{%- if option.values.size == 0 -%}{%- continue -%}{%- endif -%}
{%- assign option_values = option.values | sort -%}
{%- if option.values.size == 1 -%}
{%- assign option_value_data = option_values | first -%}
{%- else -%}
{%- assign option_values_last = option_values | last -%}
{%- assign option_value_data = option_values | first | append: ' - ' | append: option_values_last -%}
{%- endif -%}
{%- endfor -%}
{%- if option_value_data == '' and siblingRange[product.type] contains 'Title' -%}
{%- assign title_segments = product.title | split: ' - ' -%}
{%- endif -%}
{{- option_value_data -}}
{% for tag in product.tags %}
{% if tag contains 'Vendor' %}
{% assign vendor_tag = tag | remove: 'Vendor:' %}
{% assign vendor_collab = vendor_tag | append: ' x' %}
{% break %}
{% endif %}
{% endfor %}
{% if product.siblings.size > 0 %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% else %}
{% assign productTitle = product.title | remove: product.type | split: '-' %}
{% endif %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% unless product.title contains vendor_collab %}
{% assign productTitle = productTitle | remove: vendor_tag %}
{% endunless %}
{% if vendor_tag != blank %}
{{ vendor_tag }}
{% endif %}{{ productTitle }}
{% assign discount_amount = product.price | divided_by: product.compare_price | times: -100 | plus: 100 | round %} {%- capture discount_text -%} [discount]% off {%- endcapture -%}
{%- if compare_min < compare_max -%}
{%- assign before_text = 'From ' -%}
{%- endif -%}
{%- if product.compare_price > product.price and discount_amount > 10 -%}
{{ before_text }}
{{ product.price | money }}
{{ product.compare_price | money }}
{%- else -%}
{{ product.price | money }}
{%- endif -%}
{%- if discount_amount > 10 -%}
{{ discount_text | replace: '\[discount\]', discount_amount }}
{%- endif -%}
{% for i in (1..5) %}
{% endfor %}
({{ product.reviews.count }})
{% endif %}
{% unless total_pages == 1 or total_pages == 0 %}
{% endunless %}
{% assign active = 'dim' %}
{% if current_page == 1 %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% for i in pages %}
{% assign pageoffset = current_page | minus: i | abs %}
{% if pageoffset != 0 and pageoffset != 1 and pageoffset != 2 pageoffset != 3 %}{% continue %}{% endif %}
{% assign active = '' %}
{% if current_page == i %}
{% assign active = 'brand' %}
{% endif %}
{% assign last_page_shown = i %}
{% endfor %}
{% assign active = 'dim' %}
{% if current_page == total_pages %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% if last_page_shown != total_pages %}
...
{% endif %}
Loading Products
A great ride isn’t just about the board under your feet — it’s also about the shoes. When the rubber meets your deck, a great skate shoe can make a big difference. And because it’s a fashion show out there, you need to have the right gear. Daddies Board Shop has hundreds of new skateboard shoes in stock ready to ship today for your next downhill bomb, halfpipe session, or street cruise. We carry all the biggest skate shoe brands and plenty of lesser-known ones that all have a reputation for quality.
Choosing the right kicks isn’t easy, which is why our friendly staff is here to help. Are you looking for classic high-top skate shoes that have solid ankle support? Maybe some modern low-cut shoes that are light and flexible? What about a versatile skateboarding trainer shoe that’s great for everyday use? We have them and much more from Adidas, Converse, DC, Emerica, eS, Etnies, New Balance, Vans, and many more. Get cup sole skate shoes for enhanced durability or vulcanized outsoles that protect your feet better on big jumps. Whatever you imagine the ideal skate shoe to be, you can find it here for less.
From minimalist longboarding shoes that are protective covers to suede skate shoes with the latest inner foam cushioning and non-slip outer soles, we have something that will handle the rigors of your skating style. They look snazzy, too, and will quickly become your favorite footwear to kick around in. So begin your search by selecting a brand, size, color or shoe sole type, or just browse through our endless options. You’ll always be able to skate longer and harder when you’re feeling good in the right skateboarding shoes!